projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e428a09
)
container: Fix typo that caused madness
author
Benjamin Otte
<otte@redhat.com>
Thu, 21 Oct 2010 13:31:07 +0000
(15:31 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 21 Oct 2010 13:31:07 +0000
(15:31 +0200)
Interestingly, this typo has been causing madness since 2 months, but
Mitch complained only today.
gtk/gtkcontainer.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcontainer.c
b/gtk/gtkcontainer.c
index f80b6338934d6b2da7257f079254fc910825d441..0cfedfb793a1693c467bee7071aeed169ca1e404 100644
(file)
--- a/
gtk/gtkcontainer.c
+++ b/
gtk/gtkcontainer.c
@@
-2310,7
+2310,7
@@
get_allocation_coords (GtkContainer *container,
GtkWidget *widget,
GdkRectangle *allocation)
{
- gtk_widget_
s
et_allocation (widget, allocation);
+ gtk_widget_
g
et_allocation (widget, allocation);
return gtk_widget_translate_coordinates (widget, GTK_WIDGET (container),
0, 0, &allocation->x, &allocation->y);